drag container More...
#include <vstgui.h>
Public Types | |
enum | CDragType { kFile = 0, kText, kUnicodeText, kUnknown = -1, kError = -2 } |
Public Member Functions | |
virtual void * | first (long &size, long &type)=0 |
returns pointer on a char array if type is known | |
virtual void * | next (long &size, long &type)=0 |
returns pointer on a char array if type is known | |
virtual long | getType (long idx) const =0 |
virtual long | getCount () const =0 |
Reference Counting Methods | |
| |
virtual void | forget () |
decrease refcount and delete object if refcount == 0 | |
virtual void | remember () |
increase refcount | |
long | getNbReference () const |
get refcount | |
Message Methods | |
| |
virtual CMessageResult | notify (CBaseObject *sender, const char *message) |
drag container
enum CDragType |
virtual void* first | ( | long & | size, | |
long & | type | |||
) | [pure virtual] |
returns pointer on a char array if type is known
virtual void forget | ( | ) | [inline, virtual, inherited] |
decrease refcount and delete object if refcount == 0
Reimplemented in CDrawContext.
virtual long getCount | ( | ) | const [pure virtual] |
long getNbReference | ( | ) | const [inline, inherited] |
get refcount
virtual long getType | ( | long | idx | ) | const [pure virtual] |
virtual void* next | ( | long & | size, | |
long & | type | |||
) | [pure virtual] |
returns pointer on a char array if type is known
virtual CMessageResult notify | ( | CBaseObject * | sender, | |
const char * | message | |||
) | [inline, virtual, inherited] |
virtual void remember | ( | ) | [inline, virtual, inherited] |
increase refcount